== 2.0 ==

When you udpate to 2.0, you will probably have to sort out the permissions.
You can find help on this in 'Setting Up Permissions.txt'

There is another update to the config file. See below for more information.
I don't think you will need to touch the new config style.

There have been a few renames of MySQL stuff. The plugin will automatically
rename the following if your config file is discovered to be |Version 1.2|
 - Database table 'Shops' has been renamed to 'boutique_shops'
 - Fields have been renamed in the table:
    - 'Shop' is now 'owner'
    - 'Description' is now 'description'
    - 'Status' is now 'status'

If you have developed any applications/plugins that interact with the Boutique
database, you should update it to take into account these name changes.
In future, I may allow the table name to be configured.

"About Boutique.txt" contains a full change list sorted clearly by version of
new features. You may wish to refer to this.

== Config Files ==

If you are updating Boutique from 1.1, 1.2, or 1.3 your old config file should
be backed up, and a new one created with all your options passing over to the
new style. This style was introduced in 2.0

# Changes in the config file from 1.1 to 1.2/1.3 -
The new config file is easier to read, and contains more options. You may wish
to refer to "Installation and config" for some details on these options. The
added options are:

- database_* options have been renamed to mysql_*
- You can now change the name of the database with the new option,
  "mysql_database"
- There are a whole bunch of new options referring to under what conditions
  players are and aren't allowed to teleport. Refer to "Installation and config"
  for some details on the new options
- There are a set of options relating to what kind of shops can appear in the
  list of shops given by /shoplist

# Changes in the config file from 1.2/1.3 to 2.0 -

- removed TP config - you now control who can teleport where and when with
    permissions (More flexible than catch-all rules for all players)
- renamed colourListHeadShop to colourListTitleShop. (Better name, I think.)
- renamed colourListHeadDescription to colourListTitleDescription. (Better name, I think.)
- rename colourlistEntryShop to four seperate values - you can now colour
   online/offline open/closed shops differently. (This is helpful if some
   players only have perms to teleport to, for example, open shops.)


